;
;    $Id: base.s 281 2006-02-22 19:34:11Z ajw $
;
;    Export the base address of the module in a format that can be used from C
;

	AREA	|C$$Data|, DATA, READONLY, REL
	IMPORT	|Image$$RO$$Base|
	EXPORT	|module_base_address|
|module_base_address|	DCD	|Image$$RO$$Base|

	END
